home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / xlib03.zip / XLIB_ALL.H < prev    next >
Text File  |  1993-04-05  |  1KB  |  41 lines

  1. /*-----------------------------------------------------------------------
  2. ;
  3. ; XLIB_ALL - header file
  4. ;
  5. ;   This module was written by Matthew MacKenzie
  6. ;   matm@eng.umd.edu
  7. ;
  8. ;
  9. ; ****** XLIB - Mode X graphics library                ****************
  10. ; ******                                               ****************
  11. ; ****** Written By Themie Gouthas                     ****************
  12. ; ****** Aeronautical Research Laboratory              ****************
  13. ; ****** Defence Science and Technology Organisation   ****************
  14. ; ****** Australia                                     ****************
  15. ;
  16. ; egg@dstos3.dsto.gov.au
  17. ; teg@bart.dsto.gov.au
  18. ;
  19. ;
  20. ;  Terminology & notes:
  21. ;         VRAM ==   Video RAM
  22. ;         SRAM ==   System RAM
  23. ;         X coordinates are in pixels unless explicitly stated
  24. ;
  25. ;----------------------------------------------------------------------*/
  26.  
  27. #include "XLIB.H"
  28. #include "XPOINT.H"
  29. #include "XRECT.H"
  30. #include "XLINE.H"
  31. #include "XPAL.H"
  32. #include "XTEXT.H"
  33. #include "XPBITMAP.H"
  34. #include "XCBITMAP.H"
  35. #include "XDETECT.H"
  36. #include "XBMTOOLS.H"
  37. #include "XFILEIO.H"
  38. #include "XRLETOOL.H"
  39.  
  40.  
  41.